home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_demo-version / egs_devels / c-include / clib / gbsets_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  507 b   |  22 lines

  1. /**
  2.  **  Prototypes for gbsets.library
  3.  **
  4.  **  Created: 03. Aug 1992   us
  5.  **  Changed: 03. Aug 1992
  6.  **
  7.  **/
  8.  
  9. #ifndef         EXEC_TYPES_H
  10. #include        <exec/types.h>
  11. #endif
  12. #ifndef         EGS_EGSINTUI_H
  13. #include        <egs/egsintui.h>
  14. #endif
  15. #ifndef         EGS_EGSGADBOX_H
  16. #include        <egs/egsgadbox.h>
  17. #endif
  18.  
  19. EB_GadBoxPtr EGB_CreateSetGadget(EB_GadContext con,
  20.              EB_StrArrayPtr names, WORD height, LONG id);
  21. void EGB_ModifySetGadget(EI_WindowPtr win, EI_GadgetPtr gad, LONG data);
  22.